Conversation
WalkthroughThis PR removes numerous JSDoc/comment blocks and deletes several exported types, interfaces, functions, and a class across react-router, router-core, solid-router, and start-server-core. No runtime logic changes were made; changes primarily reduce public API surface and clean up documentation. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
|
View your CI Pipeline Execution ↗ for commit fdb8252
☁️ Nx Cloud last updated this comment at |
| * @returns A function that accepts Route options and returns a Route instance. | ||
| * @link https://tanstack.com/router/latest/docs/framework/react/api/router/createFileRouteFunction | ||
| */ | ||
| /** |
There was a problem hiding this comment.
this still has duplicated jsdocs
| @@ -292,18 +276,6 @@ | |||
| } | |||
| @@ -1,4 +1,3 @@ | |||
| /* eslint-disable react-hooks/rules-of-hooks */ | |||
| @@ -247,4 +243,4 @@ | |||
| 5: number | ||
| } | ||
|
|
||
| /** |
| return output as ParsedSegment | ||
| } | ||
|
|
||
| /** |
| } | ||
| } | ||
|
|
||
| /** |
| >(1000) | ||
| } | ||
|
|
||
| /** |
| return result | ||
| } | ||
|
|
||
| /** |
| return path === '/' ? path : path.replace(/\/{1,}$/, '') | ||
| } | ||
|
|
||
| /** |
| cache?: LRUCache<string, string> | ||
| } | ||
|
|
||
| /** |
| export type TrailingSlashOption = | ||
| (typeof trailingSlashOptions)[keyof typeof trailingSlashOptions] | ||
|
|
||
| /** |
| TDehydrated | ||
| > | ||
|
|
||
| /** |
| return normalize(a) === normalize(b) | ||
| } | ||
|
|
||
| /** |
| return {} | ||
| } | ||
|
|
||
| /** |
| type IntegrityAlgorithm = 'sha256' | ||
| /** @internal */ | ||
| type _Algorithm = EncryptionAlgorithm | IntegrityAlgorithm | ||
| /** |
acf36f0 to
0e2c2a1
Compare
8aac007 to
fdb8252
Compare
--------- Co-authored-by: Manuel Schiller <manuel.schiller@caligano.de>
Summary by CodeRabbit
Refactor
Breaking Changes
✏️ Tip: You can customize this high-level summary in your review settings.